gh-101100: Fix Sphinx warnings from PEP 3108 stdlib re-organisation#114327
gh-101100: Fix Sphinx warnings from PEP 3108 stdlib re-organisation#114327hugovk merged 5 commits intopython:mainfrom
Conversation
AlexWaygood
left a comment
There was a problem hiding this comment.
Looks good! Some minor nits below:
Co-authored-by: Alex Waygood <[email protected]>
Co-authored-by: Alex Waygood <[email protected]>
|
Thank you for the suggestions! And resolved the merge conflict. Which was caused by my own changes in another PR! But this PR mostly had better changes (except one bit, which I kept). |
AlexWaygood
left a comment
There was a problem hiding this comment.
(spotted one more thing, sorry!)
Co-authored-by: Alex Waygood <[email protected]>
|
Thanks @hugovk for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
|
Sorry, @hugovk, I could not cleanly backport this to |
|
Sorry, @hugovk, I could not cleanly backport this to |
…tion (python#114327) Co-authored-by: Alex Waygood <[email protected]> (cherry picked from commit 848c867)
|
GH-114988 is a backport of this pull request to the 3.12 branch. |
|
GH-114989 is a backport of this pull request to the 3.11 branch. |
…rganisation (pythonGH-114327) * Fix Sphinx warnings from PEP 3108 stdblib re-organisation * Apply suggestions from code review Co-authored-by: Alex Waygood <[email protected]> * Update Doc/whatsnew/2.2.rst Co-authored-by: Alex Waygood <[email protected]> * Apply suggestions from code review Co-authored-by: Alex Waygood <[email protected]> --------- (cherry picked from commit 848c867) Co-authored-by: Hugo van Kemenade <[email protected]> Co-authored-by: Alex Waygood <[email protected]>
…ation (GH-114327) (#114988) Co-authored-by: Alex Waygood <[email protected]> Fix Sphinx warnings from PEP 3108 stdlib re-organisation (#114327)
…ation (GH-114327) (#114989) Co-authored-by: Alex Waygood <[email protected]>
…tion (python#114327) * Fix Sphinx warnings from PEP 3108 stdblib re-organisation * Apply suggestions from code review Co-authored-by: Alex Waygood <[email protected]> * Update Doc/whatsnew/2.2.rst Co-authored-by: Alex Waygood <[email protected]> * Apply suggestions from code review Co-authored-by: Alex Waygood <[email protected]> --------- Co-authored-by: Alex Waygood <[email protected]>
…tion (python#114327) * Fix Sphinx warnings from PEP 3108 stdblib re-organisation * Apply suggestions from code review Co-authored-by: Alex Waygood <[email protected]> * Update Doc/whatsnew/2.2.rst Co-authored-by: Alex Waygood <[email protected]> * Apply suggestions from code review Co-authored-by: Alex Waygood <[email protected]> --------- Co-authored-by: Alex Waygood <[email protected]>
PEP 3108 "Standard Library Reorganization" lists a number of modules that were removed and renamed in Python 3.
This fixes 124 warnings from those modules, plus some neighbouring warnings in affected paragraphs:
📚 Documentation preview 📚: https://cpython-previews--114327.org.readthedocs.build/